Skip to content

typing +#209

Merged
YutackPark merged 4 commits intomainfrom
dev
May 1, 2025
Merged

typing +#209
YutackPark merged 4 commits intomainfrom
dev

Conversation

@YutackPark
Copy link
Member

No description provided.

@YutackPark YutackPark requested a review from Copilot May 1, 2025 07:46
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the codebase to include comprehensive type annotations and improved type specificity across multiple modules. Key changes include adding return type hints (e.g. -> None, -> Dict[str, Any], -> Tuple[...]), updating function signatures to use more explicit types, and minor comment corrections.

Reviewed Changes

Copilot reviewed 33 out of 33 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sevenn/parse_input.py Updated function signatures and type hints; adjusted deprecated branch comments.
sevenn/nn/* Added or refined return types and parameter annotations in various neural network modules.
sevenn/model_build.py Improved typing in model building and patching functions.
sevenn/logger.py Added return type annotations to logging functions for clarity.
Remaining files Consistent application of type annotations throughout the codebase.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@YutackPark YutackPark merged commit 9f919fc into main May 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant